Version

GetItemProperty(Int32,String) Method

Returns the value of the specified property of the specified item of the ComboEditorBase control
Syntax
'Declaration
 
Public Overloads Function GetItemProperty( _
   ByVal iComboItemIndex As System.Integer, _
   ByVal sPropertyName As System.String _
) As System.Object
public System.object GetItemProperty( 
   System.int iComboItemIndex,
   System.string sPropertyName
)
public: System.Object* GetItemProperty( 
   System.int iComboItemIndex,
   System.string* sPropertyName
) 

Parameters

iComboItemIndex
The index of the specified item
sPropertyName
Name of the specified property

Return Value

Value of the specified property of the specified item of the ComboEditorBase control
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also